home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TDIRECTORY / TDIRECTORY.txt
Encoding:
Text File  |  2001-11-13  |  1.5 KB  |  70 lines

  1. object Directory: TDirectory
  2.   Left = 387
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Directory'
  7.   ClientHeight = 306
  8.   ClientWidth = 167
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnClick = FormClick
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ListBox1: TSpecialListBox
  22.     Left = 0
  23.     Top = 41
  24.     Width = 167
  25.     Height = 265
  26.     SectionFont.Charset = DEFAULT_CHARSET
  27.     SectionFont.Color = clBlack
  28.     SectionFont.Height = -16
  29.     SectionFont.Name = 'Times New Roman'
  30.     SectionFont.Style = [fsBold]
  31.     Align = alClient
  32.     Color = 44930213
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Times New Roman'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnClick = ListBox1Click
  41.     OnMouseUp = ListBox1MouseUp
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 0
  46.     Width = 167
  47.     Height = 41
  48.     Align = alTop
  49.     BevelOuter = bvNone
  50.     Color = 44930213
  51.     TabOrder = 1
  52.     object lblTitle: TLabel
  53.       Left = 0
  54.       Top = 8
  55.       Width = 167
  56.       Height = 33
  57.       Alignment = taCenter
  58.       AutoSize = False
  59.       Caption = 'lblTitle'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -15
  63.       Font.Name = 'Times New Roman'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       WordWrap = True
  67.     end
  68.   end
  69. end
  70.